/* DVZ Stream */
#stream p { margin: 0; }
#stream .right { margin: 0; float: right; }
#stream .data { margin: -4px; }
#stream .entry { padding: 4px; background-color: #FFF; border-bottom: solid 1px rgba(0,0,0,0.1); font-size: 11px; }
#stream .entry:last-child { border-bottom: none; }
#stream .event { font-weight: bold; }
#stream .item { font-weight: bold; }
#stream .tcat { vertical-align: middle; }
#stream .tcat .smalltext { float: left; margin-top: 6px; }
#stream .streams { float: right; }
#stream label { display: inline-block; margin: 0 2px; padding: 2px 6px 6px 6px; background: rgba(255,255,255,0.2); border: solid 1px rgba(255,255,255,0.2); font-size: 11px; }
#stream label input { position: relative; top: 2px; }
#stream label.active { background-color: rgba(255,255,255,0.4); }